ia64: fix make install under tools/debugger/xenitp
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 24 Sep 2008 09:19:07 +0000 (10:19 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 24 Sep 2008 09:19:07 +0000 (10:19 +0100)
commitf43f4f1d283f080b424eb4d85a7bdbb4e404e7ee
treea4c34d8ad4674d1f63728ea2abb334c2095ccbe3
parent9cdbfef57080332d23ac3383290df9827493015b
ia64: fix make install under tools/debugger/xenitp

This patch fixes the following error with make install under
the directory, tools/debugger/xenitp by checking whether
the variable is length zero string.

> # make install
> ../../../tools/cross-install -d -m0755 -p //usr/bin
> [ -z " xenitp" ] || ../../../tools/cross-install -d -m0755 -p
> //usr/lib/xen/bin
> ../../../tools/cross-install -d -m0755 -p //usr/share/man/man1
> ../../../tools/cross-install -d -m0755 -p //usr/share/man/man8
> ../../../tools/cross-install -m0755 -p   //usr/bin
> install: too few arguments
> Try `install --help' for more information.
> make: *** [install] Error 1

Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
tools/debugger/xenitp/Makefile